home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d17 / crtdump.arc / CRTDUMP.DOC < prev    next >
Text File  |  1986-08-27  |  2KB  |  39 lines

  1. title   CRTDUMP utility for IBM PC and NEC Color P5
  2.  
  3.         CRTDUMP - a color screen dump utility for the IBM PC and
  4.                  the NEC Color P5 printer under MS-DOS
  5.  
  6.         Tom Indelicato          7/22/85
  7.  
  8.  
  9.         Syntax:
  10.  
  11.         crtdump [ [ /1 | /2 | /3 ] [ /inverse ] [ /manual ] ] | [ /no ]
  12.  
  13.         Usage:
  14.                 if no parameters are present, /2 option is default
  15.  
  16.                 program can be re-run to change parameters without
  17.                  making duplicate copies of the program in memory
  18.  
  19.         Options:
  20.  
  21.         /1, /2, /3:     multiplication factors of output size.
  22.  
  23.         /inverse:       swaps black and white colors to printer, so that
  24.                         black on the screen is printed as black, and white
  25.                         is left as white (normally, the reverse is true)
  26.  
  27.         /manual:        allows the user at the time of the dump to decide
  28.                         the type of dump to produce. When this option is in
  29.                         effect, the user presses the PrtSc key, followed by
  30.                                 "1" for a 40 column Text dump.
  31.                                 "2" for an 80 column Text dump, or
  32.                                 "3" for a 320x200 Cyan/Magenta/White dump
  33.                                 "4" for a 320x200 Red/Green/Yellow dump
  34.                                 "5" for a 320x200 Red/Cyan/White dump
  35.                                 "6" for a HiRes Monocrome dump
  36.                         Typing any other character cancels the dump in this
  37.                         mode.
  38.  
  39.